home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Musique / Quod Libet / quodlibet-3.3.0-installer.exe / bin / distutils / __init__.pyc (.txt) next >
Python Compiled Bytecode  |  2014-12-31  |  365b  |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4. '''distutils
  5.  
  6. The main package for the Python Module Distribution Utilities.  Normally
  7. used from a setup script as
  8.  
  9.    from distutils.core import setup
  10.  
  11.    setup (...)
  12. '''
  13. __revision__ = '$Id$'
  14. __version__ = '2.7.6'
  15.